-
Notifications
You must be signed in to change notification settings - Fork 0
Firebase to custom api migration #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Implemented generic data repositories - Integrated HTTP client - Added auth and data API clients - Removed Firebase dependencies
- Included very_good_analysis - Ignored some errors
- Removed dynamic casts - Improved type safety
- Load prefs on user change - Handle loading and error states - Use HtDataRepository
- Replaced specific repositories - Added UserAppSettings repository - Simplified settings loading - Updated dependencies
- Uses code verification - Added auth state listener - Updated states and events
- Replaced specific repository - Used shared Headline model - Updated exception handling
- Created basic page layout - Added AppBar with title - Displaying placeholder text
- Implemented UI for code input - Added email display and instructions - Added verification button
- Implemented email link sign-in flow - Added email form with validation - Navigates to code verification page
- Use HtDataRepository for categories - Use shared Category model - Handle generic HtHttpException
- Use HtDataRepository<Country> - Use readAll method - Use startAfterId param for cursor
- Use shared models - Use standardized exceptions - Simplified filter logic
- Use HtDataRepository - Simplify data fetching - Handle HtHttpException
- Removed ht_categories_client dep - Using ht_shared package
- Use shared Country model - Removed unused imports
- Imported models from ht_shared - Used shared models in filter page
- Updated country source - Used source headquarters
- Use HtDataRepository for headlines - Pass query as map
- Updated auth repository - Use generic data repository - Implemented code verification flow - Added account sub-routes
- Use generic data repo for settings - Update to new shared models - Simplify settings loading - Handle http exceptions
- Use types from ht_shared package - Update theme settings - Add font weight setting
- Replaced FontSize enum - Updated event and state - Updated dropdown setting
- Use new enum for feed tile type - Update event and model fields
- Temporarily disabled UI - Backend and model pending
- Replaced FontSize with AppTextScaleFactor - Added extraLarge scale factor - Updated text scaling logic
- Added account page labels - Added email code labels - Added font weight labels
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
full refactor from Firebase back-end to a custom back-end API
Type of Change